3.174 \(\int \frac {\cos ^{\frac {5}{2}}(c+d x)}{\sqrt {b \cos (c+d x)}} \, dx\)

Optimal. Leaf size=63 \[ \frac {x \sqrt {\cos (c+d x)}}{2 \sqrt {b \cos (c+d x)}}+\frac {\sin (c+d x) \cos ^{\frac {3}{2}}(c+d x)}{2 d \sqrt {b \cos (c+d x)}} \]

[Out]

1/2*cos(d*x+c)^(3/2)*sin(d*x+c)/d/(b*cos(d*x+c))^(1/2)+1/2*x*cos(d*x+c)^(1/2)/(b*cos(d*x+c))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 63, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.130, Rules used = {17, 2635, 8} \[ \frac {x \sqrt {\cos (c+d x)}}{2 \sqrt {b \cos (c+d x)}}+\frac {\sin (c+d x) \cos ^{\frac {3}{2}}(c+d x)}{2 d \sqrt {b \cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Int[Cos[c + d*x]^(5/2)/Sqrt[b*Cos[c + d*x]],x]

[Out]

(x*Sqrt[Cos[c + d*x]])/(2*Sqrt[b*Cos[c + d*x]]) + (Cos[c + d*x]^(3/2)*Sin[c + d*x])/(2*d*Sqrt[b*Cos[c + d*x]])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 17

Int[(u_.)*((a_.)*(v_))^(m_)*((b_.)*(v_))^(n_), x_Symbol] :> Dist[(a^(m + 1/2)*b^(n - 1/2)*Sqrt[b*v])/Sqrt[a*v]
, Int[u*v^(m + n), x], x] /; FreeQ[{a, b, m}, x] &&  !IntegerQ[m] && IGtQ[n + 1/2, 0] && IntegerQ[m + n]

Rule 2635

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> -Simp[(b*Cos[c + d*x]*(b*Sin[c + d*x])^(n - 1))/(d*n),
x] + Dist[(b^2*(n - 1))/n, Int[(b*Sin[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1] && Integer
Q[2*n]

Rubi steps

\begin {align*} \int \frac {\cos ^{\frac {5}{2}}(c+d x)}{\sqrt {b \cos (c+d x)}} \, dx &=\frac {\sqrt {\cos (c+d x)} \int \cos ^2(c+d x) \, dx}{\sqrt {b \cos (c+d x)}}\\ &=\frac {\cos ^{\frac {3}{2}}(c+d x) \sin (c+d x)}{2 d \sqrt {b \cos (c+d x)}}+\frac {\sqrt {\cos (c+d x)} \int 1 \, dx}{2 \sqrt {b \cos (c+d x)}}\\ &=\frac {x \sqrt {\cos (c+d x)}}{2 \sqrt {b \cos (c+d x)}}+\frac {\cos ^{\frac {3}{2}}(c+d x) \sin (c+d x)}{2 d \sqrt {b \cos (c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 45, normalized size = 0.71 \[ \frac {(2 (c+d x)+\sin (2 (c+d x))) \sqrt {\cos (c+d x)}}{4 d \sqrt {b \cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[c + d*x]^(5/2)/Sqrt[b*Cos[c + d*x]],x]

[Out]

(Sqrt[Cos[c + d*x]]*(2*(c + d*x) + Sin[2*(c + d*x)]))/(4*d*Sqrt[b*Cos[c + d*x]])

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 157, normalized size = 2.49 \[ \left [\frac {2 \, \sqrt {b \cos \left (d x + c\right )} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) - \sqrt {-b} \log \left (2 \, b \cos \left (d x + c\right )^{2} + 2 \, \sqrt {b \cos \left (d x + c\right )} \sqrt {-b} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) - b\right )}{4 \, b d}, \frac {\sqrt {b \cos \left (d x + c\right )} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) + \sqrt {b} \arctan \left (\frac {\sqrt {b \cos \left (d x + c\right )} \sin \left (d x + c\right )}{\sqrt {b} \cos \left (d x + c\right )^{\frac {3}{2}}}\right )}{2 \, b d}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^(5/2)/(b*cos(d*x+c))^(1/2),x, algorithm="fricas")

[Out]

[1/4*(2*sqrt(b*cos(d*x + c))*sqrt(cos(d*x + c))*sin(d*x + c) - sqrt(-b)*log(2*b*cos(d*x + c)^2 + 2*sqrt(b*cos(
d*x + c))*sqrt(-b)*sqrt(cos(d*x + c))*sin(d*x + c) - b))/(b*d), 1/2*(sqrt(b*cos(d*x + c))*sqrt(cos(d*x + c))*s
in(d*x + c) + sqrt(b)*arctan(sqrt(b*cos(d*x + c))*sin(d*x + c)/(sqrt(b)*cos(d*x + c)^(3/2))))/(b*d)]

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (d x + c\right )^{\frac {5}{2}}}{\sqrt {b \cos \left (d x + c\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^(5/2)/(b*cos(d*x+c))^(1/2),x, algorithm="giac")

[Out]

integrate(cos(d*x + c)^(5/2)/sqrt(b*cos(d*x + c)), x)

________________________________________________________________________________________

maple [A]  time = 0.13, size = 42, normalized size = 0.67 \[ \frac {\left (\cos \left (d x +c \right ) \sin \left (d x +c \right )+d x +c \right ) \left (\sqrt {\cos }\left (d x +c \right )\right )}{2 d \sqrt {b \cos \left (d x +c \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(d*x+c)^(5/2)/(b*cos(d*x+c))^(1/2),x)

[Out]

1/2/d*(cos(d*x+c)*sin(d*x+c)+d*x+c)*cos(d*x+c)^(1/2)/(b*cos(d*x+c))^(1/2)

________________________________________________________________________________________

maxima [A]  time = 1.26, size = 25, normalized size = 0.40 \[ \frac {2 \, d x + 2 \, c + \sin \left (2 \, d x + 2 \, c\right )}{4 \, \sqrt {b} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^(5/2)/(b*cos(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

1/4*(2*d*x + 2*c + sin(2*d*x + 2*c))/(sqrt(b)*d)

________________________________________________________________________________________

mupad [B]  time = 0.65, size = 65, normalized size = 1.03 \[ \frac {\sqrt {\cos \left (c+d\,x\right )}\,\sqrt {b\,\cos \left (c+d\,x\right )}\,\left (\sin \left (c+d\,x\right )+\sin \left (3\,c+3\,d\,x\right )+4\,d\,x\,\cos \left (c+d\,x\right )\right )}{4\,b\,d\,\left (\cos \left (2\,c+2\,d\,x\right )+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(c + d*x)^(5/2)/(b*cos(c + d*x))^(1/2),x)

[Out]

(cos(c + d*x)^(1/2)*(b*cos(c + d*x))^(1/2)*(sin(c + d*x) + sin(3*c + 3*d*x) + 4*d*x*cos(c + d*x)))/(4*b*d*(cos
(2*c + 2*d*x) + 1))

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)**(5/2)/(b*cos(d*x+c))**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________